-
Notifications
You must be signed in to change notification settings - Fork 410
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed case sensitivity on label usage of reserved keyword #1040
Conversation
@rafsun42 Awaiting for review |
@panosfol Could you please add regression tests for any issues that were fixed by this PR? |
Yes of course! Want me to add them to here or open a new PR? |
You can add them here. You may need to rebase, squash and force push into your local branch. |
OK im on it |
76477f6
to
a799295
Compare
@rafsun42 done with adding regression tests |
@panosfol FYI: Any addition (feature, modification, bug fix) to AGE is required to have regression tests. The only exceptions are where none are possible. |
Noted! |
@panosfol Did you check the other two comments I made above yesterday? |
About adding regression tests? I did that using |
and added regression tests. Fixed the case when a label was assigned a name of a reserved keyword, resulting in the label being lowercase regardless of the user input. Signed-off-by: Panagiotis Foliadis<[email protected]>
a799295
to
c9fca3d
Compare
@rafsun42 I looked into the |
@panosfol Good. Send a PR to PG11 and PG12. |
Fixed the case when a label was assigned a name of a reserved keyword, resulting in the label being lowercase regardless of the user input. Signed-off-by: Panagiotis Foliadis<[email protected]>
This resolves #1028.